Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust openapi for SavedSearchResponse #1267

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

jcscottiii
Copy link
Collaborator

@jcscottiii jcscottiii commented Mar 11, 2025

This change optionally returns bookmark status and role (if the user is authenticated) when looking at a single or list of saved searches.

This data was already being returned by spanner but being discarded. This change modifies the adapter layer to read that data and return the bookmark status and role. (For an unauthenticated user, those values will be nil and not appear in the payload)

Other changes:

  • Removed unneeded query parameters.

This change optionally returns bookmark status and role (if the user is authenticated) when looking at
a single or list of saved searches.

This data was already being returned by spanner but being discarded. This change
modifies the adapter layer to read that data and return the bookmark status and role.
@jcscottiii jcscottiii requested review from jrobbins and KyleJu March 11, 2025 20:49
@jcscottiii jcscottiii marked this pull request as ready for review March 11, 2025 20:50
@jcscottiii jcscottiii added this pull request to the merge queue Mar 12, 2025
Merged via the queue into main with commit a158acc Mar 12, 2025
6 checks passed
@jcscottiii jcscottiii deleted the jcscottiii/adjust-saved-response branch March 12, 2025 14:04
@jcscottiii jcscottiii mentioned this pull request Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants